home *** CD-ROM | disk | FTP | other *** search
- Path: jaxnet.jaxnet.com!jax!jelling
- From: jelling@jax.jaxnet.com (Jelling )
- Newsgroups: comp.lang.c
- Subject: IRCD Compilation Problems withh BSDI
- Date: 7 Feb 1996 02:40:34 GMT
- Organization: Southeast Network Services, Inc.
- Message-ID: <4f93f2$14n@jaxnet.jaxnet.com>
- NNTP-Posting-Host: jax.jaxnet.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hello, I'm trying to set up an irc server currently for the users
- of my domain. (Yes the admin knows I'm doing it, No, I don't run ms-dog
- or windoze 95.) I'm currently compiling ircd version 2.9 due to the fact
- all previous versions seem to have some heinous errors somehow exclusive
- to bsdi, and that it was recommended you try balancing and putting an end
- to world hunger before trying to succesfully compile ircd 2.8.x on bsdi.
- So, I will stop babbling now and show you the out put from when I tried
- to compile ircd. (Yes I read the install file, and yes I configured
- everything like it said, and yes, I did in fact, unbelievable as it may
- seem, rtfm'ed.)
-
- Building common
- gcc -g -O -DHAVE_CONFIG_H -I../include -c inet_addr.c
- In file included from ../include/sys.h:34, from inet_addr.c:58:
- ../include/bitypes.h:67: redefinition of `int8_t'
- /usr/include/machine/types.h:59: here is the previous declaration of `int8_t'
- ../include/bitypes.h:68: redefinition of `u_int8_t'
- /usr/include/machine/types.h:60: here is the previous declaration of
- `u_int8_t'
- ../include/bitypes.h:69: redefinition of `int16_t'
- /usr/include/machine/types.h:61: here is the previous declaration of
- `int16_t'
- ../include/bitypes.h:70: redefinition of `u_int16_t'
- /usr/include/machine/types.h:62: here is the previous declaration of
- `u_int16_t'/usr/include/machine/types.h:63: here is the previous
- declaration of `int32_t'
- ../include/bitypes.h:72: redefinition of `u_int32_t'
- /usr/include/machine/types.h:64: here is the previous declaration of
- `u_int32_t'/usr/include/netinet/in.h:75: redefinition of `struct in_addr'
- /usr/include/netinet/in.h:125: redefinition of `struct sockaddr_in'
- /usr/include/netinet/in.h:140: redefinition of `struct ip_opts'
- /usr/include/netinet/in.h:173: redefinition of `struct ip_mreq'
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
-
-
- Okay, thats what make bestowed on my head as far as what is
- wrong, any help you can lend is appreciated.
- Jelling
-
- cat $flames > /dev/null;
-